home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 12956 / 12956.xpi / chrome / fabtab.jar / skin / classic / fabtab / fabtab.css < prev    next >
Cascading Style Sheet File  |  2009-10-28  |  4KB  |  134 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #fabtab-window .paneButtonIcon {padding-left: 26px; padding-right: 26px; width: 100px;}
  4. #fabtab-window radio[pane=pp_color] {list-style-image: url("chrome://fabtab/skin/fabtab_settings_color.png")}
  5. #fabtab-window radio[pane=pp_general] {list-style-image: url("chrome://fabtab/skin/fabtab_settings_general.png")}
  6. #fabtab-window radio[pane=pp_help] {list-style-image: url("chrome://fabtab/skin/fabtab_settings_help.png")}
  7. #fabtab-window radio[pane=pp_screenshot] {list-style-image: url("chrome://fabtab/skin/fabtab_settings_screenshot.png")}
  8.  
  9. #pp_help > vbox.content-box {height: 17em; width: 20em;}
  10. #pp_help #button-reset {margin-left: 0px;}
  11.  
  12. #fabtab-window .help {background-color: white; border: solid 1px rgb(124,124,124); overflow: auto; max-height: 13em;}
  13. #fabtab-window .help_label {font-weight: bold;}
  14.  
  15. tabs[fabtab_colorbottombox="true"] .tabs-bottom[align="center"]
  16. {
  17.     -moz-binding: url('chrome://fabtab/content/fabtabtab.xml#fabtabs-bottom');
  18.     background-image: none;
  19.     padding: 0;
  20. }
  21.  
  22. tabs[fabtab_colorbottombox="true"] .tabs-bottom
  23. {
  24.     border: none;
  25. }
  26.  
  27. tabs[fabtab_colorbottombox="false"] tab[selected="true"] {margin-bottom: 0px !important;}
  28.  
  29. tabbrowser[treestyletab-twisty-style] tab[selected="true"] {margin-bottom: 4px !important;}
  30.  
  31. tabs[fabtab_for_linux="true"] tab
  32. {
  33.     -moz-binding: url('chrome://fabtab/content/fabtabtab.xml#fabtabtab');
  34. }
  35.  
  36. tabs[fabtab_for_linux_tmp="true"] tab hbox
  37.  
  38. tabs[fabtab_for_linux="true"] tab hbox {
  39.     background: url("chrome://fabtab/skin/tab-bkgnd.png") repeat-x;
  40.     min-height: 23px;
  41.     max-height: 23px;
  42.     margin-bottom: -2px;
  43.     margin-left: -2px;
  44.     margin-right: -2px;
  45. }
  46.  
  47. tabs[fabtab_for_linux="true"] tab[selected="true"] hbox {
  48.     background: url("chrome://fabtab/skin/tab-active-bkgnd.png") repeat-x;
  49. }
  50.  
  51. tabs[fabtab_for_linux="true"] tab toolbarbutton {
  52.     margin-top: 0px;
  53.     margin-bottom: 2px;
  54. }
  55.  
  56. tabs[fabtab_for_linux="true"] tab image {
  57.     margin-top: 4px;
  58.     margin-bottom: 3px;
  59. }
  60.  
  61. tabs[fabtab_for_linux="true"] tab label {
  62.     padding-top: 3px;
  63. }
  64.  
  65. .tabbrowser-tabs[fabtab_for_linux="true"]:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > tab[selected="true"] .tab-close-button {
  66.   display: -moz-box;
  67. }
  68.  
  69. .tabbrowser-tabs[fabtab_for_linux="true"][closebuttons="alltabs"] > tab .tab-close-button {
  70.   display: -moz-box;
  71. }
  72.  
  73. .tabbrowser-tabs[fabtab_for_linux="true"] .tabbrowser-tab[busy] hbox > .tab-icon-image {
  74.   list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
  75. }
  76.  
  77. tabs[fabtab_for_linux_tmp="true"] tab
  78. {
  79.     -moz-binding: url('chrome://fabtab/content/fabtabtab.xml#fabtabtab_tmp') !important;
  80. }
  81.  
  82. tabs[fabtab_for_linux_tmp="true"] tab hbox.tab-fabtab {
  83.     background: url("chrome://fabtab/skin/tab-bkgnd.png") repeat-x;
  84.     min-height: 23px;
  85.     max-height: 23px;
  86.     margin-bottom: -2px;
  87.     margin-left: -2px;
  88.     margin-right: -2px;
  89. }
  90.  
  91. tabs[fabtab_for_linux_tmp="true"] tab[selected="true"] hbox.tab-fabtab {
  92.     background: url("chrome://fabtab/skin/tab-active-bkgnd.png") repeat-x;
  93.     max-height: 24px;
  94. }
  95.  
  96. tabs[fabtab_for_linux_tmp="true"] tab toolbarbutton {
  97.     margin-top: 0px;
  98.     margin-bottom: 2px;
  99. }
  100.  
  101. tabs[fabtab_for_linux_tmp="true"] tab image {
  102.     margin-top: 4px;
  103.     margin-bottom: 3px;
  104. }
  105.  
  106. tabs[fabtab_for_linux_tmp="true"] tab label {
  107.     padding-top: 3px;
  108. }
  109.  
  110. .tabbrowser-tabs[fabtab_for_linux_tmp="true"] .tabbrowser-tab[busy] hbox > .tab-icon-image {
  111.   list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
  112. }
  113.  
  114. tabs[fabtab_nobgimage="true"] tab[selected="true"] {
  115.     background-image: none;
  116.  
  117. tabs[fabtab_nobgimage="true"] tab {
  118.     background-image: none;
  119. }
  120.  
  121. tabs[fabtab_nobgimage="true"] tab:hover {
  122.     background-image: none !important;
  123. }
  124.  
  125. tabs[fabtab_nobgimage="true"] .tab-close-button,
  126. tabs[fabtab_nobgimage="true"] .tab-image-left,
  127. tabs[fabtab_nobgimage="true"] .tab-image-middle,
  128. tabs[fabtab_nobgimage="true"] .tab-image-right {
  129.     background-image: none !important;
  130. }
  131.  
  132. #fabtab-window textbox {max-width: 50px;}
  133.